DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SequenceDataCollection<T> Class / Collections Property

In This Topic
    Collections Property
    In This Topic
    Gets the collections that feed this collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Collections As ObservableCollection(Of IDataCollection(Of T))
    public ObservableCollection<IDataCollection<T>> Collections {get;}
    See Also